Is there any possibility to display popup message after this script has finished (e.g. "Not found!")? Can i use any script that works only if the page is displayed as "previous page"?
if(window.location.href.indexOf("searchcomplex.php") > -1)
{
window.stop(); window.history.go(-1);
}